%%{ init: {
'themeVariables':
{ 'fontSize': '30px'}
} }%%
flowchart LR
A(Import) --> B(Tidy)
B --> C(Transform)
C --> D(Visualize)
D --> E(Analyze)
E --> F(Communicate)
F --> G(Preserve)
G --> A
style A fill:#FFFF00,stroke:#333,stroke-width:4px



